From 0a3a6cb77e3d2d3df2919863ec98daf42860d4b8 Mon Sep 17 00:00:00 2001 From: robertl Date: Fri, 5 May 2006 18:58:12 +0000 Subject: [PATCH] Publish proto for gs_get_container for geoniche. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@2010 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/defs.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gpsbabel/defs.h b/gpsbabel/defs.h index ab9326fd0..28d15d2cb 100644 --- a/gpsbabel/defs.h +++ b/gpsbabel/defs.h @@ -651,6 +651,7 @@ time_t current_time(void); signed int month_lookup(const char *m); const char *get_cache_icon(const waypoint *waypointp); const char *gs_get_cachetype(geocache_type t); +const char *gs_get_container(geocache_container t); char * xml_entitize(const char * str); char * html_entitize(const char * str); char * strip_html(const utf_string*); -- 2.30.2